libxl: expose #define to 4.5 and above
authorWei Liu <wei.liu2@citrix.com>
Wed, 3 Dec 2014 10:41:38 +0000 (10:41 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 4 Dec 2014 11:53:43 +0000 (11:53 +0000)
commitbfac2d7a00e9e8b52fe1fc2ffb3d12a57adce96c
tree692388134cb667cbbe37a781a88ccc3bb568ffc9
parent98d1fd8ef1e2caadc204e4fa986e46ac740561fd
libxl: expose #define to 4.5 and above

In e3abab74 (libxl: un-constify return value of libxl_basename), the
macro was exposed to releases < 4.5. However only new code is able to
make use of that macro so it should be exposed to releases >= 4.5.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl_utils.c
tools/libxl/libxl_utils.h